home *** CD-ROM | disk | FTP | other *** search
/ i·claim - visualizing argument / ICLAIM.ISO / mac / t_06.swf / scripts / frame_22 / PlaceObject2_233_MediaPlayback_1 / CLIPACTIONRECORD on(construct).as
Text File  |  2005-02-28  |  315b  |  16 lines

  1. on(construct){
  2.    aspectRatio = true;
  3.    autoPlay = true;
  4.    autoSize = true;
  5.    contentPath = "popular_b.flv";
  6.    controllerPolicy = "on";
  7.    controlPlacement = "bottom";
  8.    fps = 30;
  9.    mediaType = "FLV";
  10.    totalTime = 0;
  11.    enabled = true;
  12.    visible = true;
  13.    minHeight = 0;
  14.    minWidth = 0;
  15. }
  16.